Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90384886
Writter.hpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Nov 1, 04:26
Size
562 B
Mime Type
text/x-c++
Expires
Sun, Nov 3, 04:26 (2 d)
Engine
blob
Format
Raw Data
Handle
22064036
Attached To
R8929 Conjugate Gradient Solver
Writter.hpp
View Options
/**
* @file Writter.cpp
* @author Sergio Hernandez
* This file is part of the Conjugate Gradient Project
*
* This class writes the final results in file.
*
*/
#ifndef PROJECT_WRITTER_H
#define PROJECT_WRITTER_H
#include <string>
#include <vector>
//#include "Particle.h"
class
Writter
{
public
:
/**
* Writes the positions of the particles in a text file
* in format x y z
* @param fileName
*/
// static void writePositionsText(std::string fileName, int id, std::vector<Particle> particles);
};
#endif
//PROJECT_WRITTER_H
Event Timeline
Log In to Comment