source: issm/trunk-jpl/src/c/modules/RequestedOutputsx/RequestedOutputsx.h@ 13623

Last change on this file since 13623 was 13623, checked in by Mathieu Morlighem, 12 years ago

CHG: cosmetics, removing all deboule blank lines and indent single white lines correctly

File size: 433 bytes
RevLine 
[9110]1/*!\file: RequestedOutputsx.h
2 * \brief header file for requesting outputs
3 */
4
5#ifndef _REQUESTED_OUTPUTSX_H_
6#define _REQUESTED_OUTPUTSX_H_
7
8#include "../../Container/Container.h"
9
10/* local prototypes: */
[11827]11void RequestedOutputsx(Results* results,Elements* elements,Nodes* nodes,Vertices* vertices,Loads* loads,Materials* materials,Parameters* parameters, int* requested_outputs, int numoutputs);
[9110]12
13#endif /* _INPUTTORESULTX_H */
Note: See TracBrowser for help on using the repository browser.